McCamSwitch Class
Represents a digital cam or cyclic switch.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.McCamSwitch
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McCamSwitch
Public Class McCamSwitch
The McCamSwitch class exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
McCamSwitch | Initializes a new instance of the McCamSwitch class. |
Properties
Name | Description | |
---|---|---|
![]() |
AxisDirection | The direction of an axis. |
![]() |
CamSwitchMode | The cam switch is controlled by an axis' positions or time. |
![]() |
Duration | How long the switch is on. |
![]() |
FirstOnPosition | The position from which the switch is on. |
![]() |
LastOnPosition | The position from which the switch is off. |
![]() |
TrackNumber | The index of a track. Indexes are zero-based. |
See also